home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / dbtable.dxr / 00037.ls < prev    next >
Encoding:
Text File  |  2000-01-18  |  191 b   |  8 lines

  1. global gDBTableVarList
  2.  
  3. on mouseDown
  4.   MyObj = getaProp(gDBTableVarList, GetObjProp())
  5.   controlList = GetControlList(MyObj)
  6.   trackMouse(getaProp(controlList, the clickOn), the clickOn)
  7. end
  8.